docs(manifest): Remove 1.11 reference
authorJake Shadle <jake.shadle@frostbite.com>
Fri, 19 Aug 2016 16:32:22 +0000 (18:32 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2016 16:32:22 +0000 (18:32 +0200)
src/doc/manifest.md

index f38f4826bd555a01fdc4d92af01396a1f1439ce8..675841784d70938793131113360a738048bc824e 100644 (file)
@@ -527,10 +527,9 @@ name = "..."
 crate-type = ["dylib"] # could be `staticlib` as well
 ```
 
-The available options are `dylib`, `rlib`, `staticlib`, and, as of Rust 1.11, 
-`cdylib`. You should only use this option in a project. Cargo will always 
-compile packages (dependencies) based on the requirements of the project that
-includes them.
+The available options are `dylib`, `rlib`, `staticlib`, and `cdylib`. You
+should only use this option in a project. Cargo will always compile packages
+(dependencies) based on the requirements of the project that includes them.
 
 You can read more about the different crate types in the 
 [Rust Reference Manual](https://doc.rust-lang.org/reference.html#linkage)